|
The Microsoft Enterprise Library is a set of tools and programming libraries for the Microsoft .NET Framework. It provides APIs to facilitate proven practices in core areas of programming including data access, logging, exception handling and others. Enterprise Library is provided as pluggable binaries and source code, which can be freely used and customized by developers for their own purposes. It also ships with test cases and quickstarts. == Benefits == * Improved productivity: Each of the Application Blocks provides several interfaces meant to satisfy common application concerns. * Configuration-driven design: Many technical decisions about the application behavior can be delayed until configuration time of the application. For instance, if an application does not properly handle an exception, instead of adding another exception handler to the code, an administrator can configure an additional exception handling policy. * Improved testability: Many application areas can be reconfigured to improve testing of the application in isolation. * It reduces the work load of the developer. 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Microsoft Enterprise Library」の詳細全文を読む スポンサード リンク
|